Component Element
Description
Information UFT One needs to locate and run the custom server.
Diagram
Children
Used By
Source
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Component">
<xs:annotation>
<xs:documentation>The Custom Server component data.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="DllName" minOccurs="1" maxOccurs="1" />
<xs:element ref="TypeName" minOccurs="1" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
|